home *** CD-ROM | disk | FTP | other *** search
/ Online Today 2000 January / Onto0100.iso / pc / Browser / Web-Fix / Web-Fix Installer.exe / Main / Language.k < prev    next >
Encoding:
Text File  |  1999-09-08  |  3.3 KB  |  176 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$00000140,$000001A7,$00000298,$00000135,$00000000,$00000000,$00000000,$00000000};
  6.         LayoutWindow is {$0000013C,$0000002A,$0000029B,$0000015C,$00000000,$FFFFFF30,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oHighlight_Sound2,
  16.         oBlack3,
  17.         oLanguage4
  18.     ];
  19. end;
  20.  
  21. object oHighlight_Sound2 is cSound
  22. with 
  23.     Name is "Highlight Sound"; 
  24.     Enabled is false; Shown is false; 
  25.     AdjustX is AlignToLeft; AdjustY is AlignToTop; 
  26.     
  27.     
  28.     URL is "../GUI/Sounds/Highlight.wav"; 
  29.     Buffered is true; 
  30. end;
  31.  
  32. object oBlack3 is cBox
  33. with 
  34.     Flags is $00000010; 
  35.     Name is "Black"; 
  36.     Enabled is false; 
  37.     
  38.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetLayoutHeight; 
  39.     
  40.     Kind is DrawOpaque; 
  41. end;
  42.  
  43. object oLanguage4 is cImage
  44. with 
  45.     Flags is $00000104; 
  46.     Name is "Language"; 
  47.     Enabled is false; 
  48.     AdjustX is AlignToCenter; AdjustY is AlignToMiddle; 
  49.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  50.     
  51.     URL is "../GUI/Start/Language.pic"; 
  52.     
  53.     
  54.     Elements is [
  55.         oL15,
  56.         oL26,
  57.         oL37
  58.     ];
  59. end;
  60.  
  61. object oL15 is cKR_Image
  62. with 
  63.     Flags is $00000144; 
  64.     Name is "L1"; 
  65.     Shown is false; 
  66.     X is 84; Y is 185; 
  67.     
  68.     
  69.     URL is "../GUI/Start/L1.pic"; 
  70.     
  71.     
  72.     Behavior is oKR_SimpleHighlight; 
  73.     
  74.     
  75.     Events is [
  76.         cMouseUpEvent
  77.         with Flag is true; 
  78.             Commands is [
  79.                 cKR_ScriptCommand
  80.                 with ScriptGroup is "Web-Fix 2 Init"; Script is oWF_LanguageControl; 
  81.                     Commands is [
  82.                         cKR_ScriptParameter
  83.                         with ParameterIsCookie is false; ParameterValue is 1; end
  84.                     ];
  85.                 end,
  86.                 cBrowseCommand
  87.                 with All is true; URL is "Splash.k"; end
  88.             ];
  89.         end,
  90.         cMouseEnterEvent
  91.         with 
  92.             Commands is [
  93.                 cRunCommand
  94.                 with Target is oHighlight_Sound2; Rewind is true; end
  95.             ];
  96.         end
  97.     ];
  98. end;
  99.  
  100. object oL26 is cKR_Image
  101. with 
  102.     Flags is $00000144; 
  103.     Name is "L2"; 
  104.     Shown is false; 
  105.     X is 178; Y is 215; 
  106.     
  107.     
  108.     URL is "../GUI/Start/L2.pic"; 
  109.     
  110.     
  111.     Behavior is oKR_SimpleHighlight; 
  112.     
  113.     
  114.     Events is [
  115.         cMouseUpEvent
  116.         with Flag is true; 
  117.             Commands is [
  118.                 cKR_ScriptCommand
  119.                 with Flags is $00000004; ScriptGroup is "Web-Fix 2 Init"; Script is oWF_LanguageControl; 
  120.                     Commands is [
  121.                         cKR_ScriptParameter
  122.                         with ParameterIsCookie is false; ParameterValue is 2; end
  123.                     ];
  124.                 end,
  125.                 cBrowseCommand
  126.                 with All is true; URL is "Splash.k"; end
  127.             ];
  128.         end,
  129.         cMouseEnterEvent
  130.         with 
  131.             Commands is [
  132.                 cRunCommand
  133.                 with Target is oHighlight_Sound2; Rewind is true; end
  134.             ];
  135.         end
  136.     ];
  137. end;
  138.  
  139. object oL37 is cKR_Image
  140. with 
  141.     Flags is $00008145; 
  142.     Name is "L3"; 
  143.     Shown is false; 
  144.     X is 266; Y is 177; 
  145.     
  146.     
  147.     URL is "../GUI/Start/L3.pic"; 
  148.     
  149.     
  150.     Behavior is oKR_SimpleHighlight; 
  151.     
  152.     
  153.     Events is [
  154.         cMouseUpEvent
  155.         with Flags is $00004000; Flag is true; 
  156.             Commands is [
  157.                 cKR_ScriptCommand
  158.                 with Flags is $00004004; ScriptGroup is "Web-Fix 2 Init"; Script is oWF_LanguageControl; 
  159.                     Commands is [
  160.                         cKR_ScriptParameter
  161.                         with Flags is $00004000; ParameterIsCookie is false; ParameterValue is 3; end
  162.                     ];
  163.                 end,
  164.                 cBrowseCommand
  165.                 with Flags is $00004000; All is true; URL is "Splash.k"; end
  166.             ];
  167.         end,
  168.         cMouseEnterEvent
  169.         with Flags is $00004000; 
  170.             Commands is [
  171.                 cRunCommand
  172.                 with Flags is $00004000; Target is oHighlight_Sound2; Rewind is true; end
  173.             ];
  174.         end
  175.     ];
  176. end;